do
i
=
1
to
4
if
i
=
2
then
iterate
say
i
end
/* would display the numbers: 1, 3, 4 */